home *** CD-ROM | disk | FTP | other *** search
- -- background: 6653 from stack: in
- -- bmap block id: 6750
- -- flags: 0000
- -- background id: 0
- -- name: Setting Up Scanner
- ----- HyperTalk script -----
- on openStack
- end openStack
-
-
- hide message box
- hide menuBar
-
-
-
-
- -- part 10 (button)
- -- low flags: 00
- -- high flags: A004
- -- rect: left=119 top=317 right=338 bottom=222
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Installation
- ----- HyperTalk script -----
- on mouseUp
- visual effect zoom open
- go to stack "Installation"
- end mouseUp
-
-
-
-
- -- part 11 (button)
- -- low flags: 00
- -- high flags: 8004
- -- rect: left=263 top=317 right=338 bottom=366
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Using
- ----- HyperTalk script -----
- on mouseUp
- visual effect zoom open
- go to stack "Using"
- end mouseUp
-
-
-
- -- part 12 (button)
- -- low flags: 00
- -- high flags: 8004
- -- rect: left=376 top=317 right=338 bottom=494
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Troubleshooting
- ----- HyperTalk script -----
- on mouseUp
- visual effect zoom open
- go to stack "Troubleshooting"
- end mouseUp
-
-
-
- -- part 15 (button)
- -- low flags: 00
- -- high flags: A004
- -- rect: left=7 top=317 right=338 bottom=110
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Set-Up
- ----- HyperTalk script -----
- on mouseUp
- show card field "Target"
- put empty into card field "Target"
- put card field "Set-Up" into card field "Target"
- end mouseUp
-
-
-